home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / PREFIX.SH < prev    next >
Text File  |  1989-12-29  |  640b  |  48 lines

  1. WARNING: DO NOT CHANGE THE ORDER OR CONTENTS OF THE FOLLOWING LINES
  2.  
  3. #include "config.h"
  4. #include "patchlevel.h"
  5. #include "update.h"
  6.  
  7. --------CUT PREFIX HERE--------
  8. #ifdef AVOID_SHELL_EXEC
  9. :
  10. #else
  11. &!/bin/sh
  12. #endif
  13.  
  14. & Release RELEASE,VERSION,PATCHLEVEL, No. UPDATE
  15.  
  16. & Do not edit this file directly.
  17. & It is generated from the corresponding .sh file.
  18.  
  19.  
  20. SPOOL=NEWS_DIRECTORY
  21.  
  22. TMP=TMP_DIRECTORY
  23.  
  24. LIB=LIB_DIRECTORY
  25.  
  26. DB=DB_DIRECTORY
  27.  
  28. INEWS=INEWS_PATH
  29.  
  30. RECMAIL=REC_MAIL
  31.  
  32. #ifdef APPEND_SIGNATURE
  33. APPENDSIG=true
  34. #else
  35. APPENDSIG=false
  36. #endif
  37.  
  38. PG=PAGER
  39.  
  40. #ifdef NNTP
  41. #undef NNTP
  42. NNTP=true
  43. ACTIVE=$DB/ACTIVE
  44. #else
  45. NNTP=false
  46. ACTIVE=NEWS_ACTIVE
  47. #endif
  48.